Connectathon 11 Snapshot

This page is part of the FHIR Specification (v1.2.0: STU 3 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Gao-order-evaluation-requester.xml

Raw XML (canonical form)

The Order Evaluation Requester actor invokes the $evaluate operation to determine whether an order is appropriate according to clinical guidelines. (id = "gao-order-evaluation-requester")

<Conformance xmlns="http://hl7.org/fhir">
  <id value="gao-order-evaluation-requester"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <h2>GAO Order Evaluation Requester</h2>
      <p>The Order Evaluation Requester actor invokes the $evaluate operation to determine    
          whether an order is appropriate according to clinical guidelines.</p>
      <table>
        <tr>
          <td>Mode</td>
          <td>CLIENT</td>
        </tr>
        <tr>
          <td>Description</td>
          <td/>
        </tr>
        <tr>
          <td>Transaction</td>
          <td/>
        </tr>
        <tr>
          <td>System History</td>
          <td/>
        </tr>
        <tr>
          <td>System Search</td>
          <td/>
        </tr>
      </table>
      <table>
        <tr>
          <th>
            <b>Resource Type</b>
          </th>
          <th>
            <b>Profile</b>
          </th>
          <th>
            <b>Read</b>
          </th>
          <th>
            <b>V-Read</b>
          </th>
          <th>
            <b>Search</b>
          </th>
          <th>
            <b>Update</b>
          </th>
          <th>
            <b>Updates</b>
          </th>
          <th>
            <b>Create</b>
          </th>
          <th>
            <b>Delete</b>
          </th>
          <th>
            <b>History</b>
          </th>
        </tr>
        <tr>
          <td>Order</td>
          <td>
            <a href="http://hl7.org/fhir/StructureDefinition/gao-order">http://hl7.org/fhir/StructureDefinition/gao-order</a>
          </td>
          <td>y</td>
          <td/>
          <td/>
          <td/>
          <td/>
          <td/>
          <td/>
          <td/>
        </tr>
      </table>
    </div>
  </text>
  <url value="http://hl7.org/fhir/Conformance/gao-order-evaluation-requester"/>
  <name value="GAO Order Evaluation Requester"/>
  <status value="draft"/>
  <experimental value="false"/>
  <publisher value="HL7"/>
  <date value="2015-11-19"/>
  <description value="The Order Evaluation Requester actor invokes the $evaluate operation to determine    
    whether an order is appropriate according to clinical guidelines."/>
  <requirements value="An Order Evaluation Requestor actor must implement the requirements expressed in this
   conformance resource."/>
  <kind value="requirements"/>
  <fhirVersion value="1.2.0"/>
  <acceptUnknown value="extensions"/>
  <format value="xml"/>
  <format value="json"/>
  <profile>
    <reference value="http://hl7.org/fhir/StructureDefinition/gao-order"/>
  </profile>
<!--    Declare this if your client responds to questionnaires    -->
  <profile>
    <reference value="http://hl7.org/fhir/StructureDefinition/gao-questionnaireresponse"/>
  </profile>
<!--    Declare one or more of these four to indicate which kinds of orders you request information
   about    -->
  <profile>
    <reference value="http://hl7.org/fhir/StructureDefinition/gao-diagnosticorder"/>
  </profile>
  <profile>
    <reference value="http://hl7.org/fhir/StructureDefinition/gao-medicationorder"/>
  </profile>
  <profile>
    <reference value="http://hl7.org/fhir/StructureDefinition/gao-referralrequest"/>
  </profile>
  <profile>
    <reference value="http://hl7.org/fhir/StructureDefinition/gao-procedurerequest"/>
  </profile>
<!--    Declare these to show that your implementation supports these in the order    -->
  <profile>
    <reference value="http://hl7.org/fhir/StructureDefinition/gao-patient"/>
  </profile>
  <profile>
    <reference value="http://hl7.org/fhir/StructureDefinition/gao-practitioner"/>
  </profile>
  <rest>
    <mode value="client"/>
    <resource>
      <type value="Order"/>
      <profile>
        <reference value="http://hl7.org/fhir/StructureDefinition/gao-order"/>
      </profile>
      <interaction>
        <code value="read"/>
        <documentation value="A Order Evaluation Requestor invoke the $evaluate operation on Order.             At present,
         there is no way to express this in the Interaction component in a compliance resource."/>
      </interaction>
    </resource>
    <operation>
      <name value="GAO Evaluate Order"/>
      <definition>
        <reference value="http://hl7.org/fhir/OperationDefinition/gao-order-evaluate"/>
      </definition>
    </operation>
  </rest>
</Conformance>

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.